Routes   A
last analyzed

Complexity

Total Complexity 18

Size/Duplication

Total Lines 20
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 20
dl 0
loc 20
rs 10
c 0
b 0
f 0
wmc 18

18 Functions

Rating   Name   Duplication   Size   Complexity  
A resolveAwait 0 1 1
A redirectLocation 0 1 1
A whenChangeRoute 0 1 1
A runRoute 0 1 1
A whenChangeLocation 0 1 1
A nestRoutes 0 1 1
A getRouteVars 0 1 1
A routeExecution 0 1 1
A whenChange 0 1 1
A goToLink 0 2 1
A getRoutesOutside 0 1 1
A whenUpdate 0 1 1
A removeVarsOfRoute 0 1 1
A registerRoute 0 1 1
A addEventSync 0 1 1
A getUpdateRoutes 0 1 1
A whenAwait 0 1 1
A registerNest 0 1 1
1
export class Routes{
2
    
3
    goToLink(link:any):void
4
    getUpdateRoutes():void
5
    getRouteVars():void
6
    getRoutesOutside(routetarget:any):void
7
    removeVarsOfRoute(route:any):any
8
    registerRoute(routePathRegister:any, compEvent:any):void
9
    runRoute(initialPage:any, InitialPageRedirect:any):voisd
10
    whenUpdate(eventClass:any):void
11
    whenChange(eventClass:any, object:any):void
12
    whenChangeRoute(eventClass:any):void
13
    whenChangeLocation(eventClass:any):void
14
    redirectLocation():void
15
    addEventSync():void
16
    resolveAwait():void
17
    whenAwait(eventClass:any):void
18
    routeExecution(initialpage:any,initialPageRedirect:any):void
19
    registerNest(linkedTo:any,routePathRegister:any,compevent:any,nest:any):void
20
    nestRoutes(targetLocation:any,routeTarget:any,QtdPathNest:any):void
21
}